'Declaration Public Overloads Function CreatePageLayout( _
ByVal pageSizeThe page size in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.As System.Drawing.SizeF, _
ByVal textRectsThe text rects in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.() As System.Drawing.RectangleF, _
ByVal imageResourceIdToToBBoxThe images rects is Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.As System.Collections.Generic.Dictionary(Of String,RectangleF) _
) As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement[]
public Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement[] CreatePageLayout(
System.Drawing.SizeF pageSize,
System.Drawing.RectangleF[] textRects,
System.Collections.Generic.Dictionary<string,RectangleF> imageResourceIdToToBBox
)
Parameters
- pageSize
- The page size in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.
- textRects
- The text rects in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.
- imageResourceIdToToBBox
- The images rects is Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.
Return Value
The layouted items.